CopyTo(SqlError[],Int32) Method
 
            
                In This Topic
            
            Copies the elements of the 
SqlErrorCollection into a 
SqlErrorCollection, starting at the specified index.
 
            
            
            Syntax
            
        
            Parameters
- array
 
- The SqlErrorCollection to copy the elements into.
 - index
 
- The index from which to start copying into the array parameter.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also